projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20e67d
)
gtk-demo: Add more detail to the dnd demo text
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 21:49:16 +0000
(17:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 21:49:16 +0000
(17:49 -0400)
demos/gtk-demo/dnd.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/dnd.c
b/demos/gtk-demo/dnd.c
index 83e6e923590f37d56a04c2524565f28b85886402..2cdca577d9a126e70a92eafd2eb5f6203837c6d1 100644
(file)
--- a/
demos/gtk-demo/dnd.c
+++ b/
demos/gtk-demo/dnd.c
@@
-1,8
+1,12
@@
/* Drag-and-Drop
+ * #Keywords: dnd, menu, popover, gesture
*
* This demo shows dragging colors and widgets.
* The items in this demo can be moved, recolored
* and rotated.
+ *
+ * The demo also has an example for creating a
+ * menu-like popover without using a menu model.
*/
#include <gtk/gtk.h>